Skip to content

Commit

Permalink
webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Balestra committed Jan 18, 2017
2 parents bf245fd + 05bea7c commit a10342b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = function webpackConfigGenerator(params){
output: {
path: '/build',
filename: params.fileName,
libraryTarget: 'commonjs2',
libraryTarget: 'commonjs2'
},
externals: externalDependenciesHandlers(params.dependencies),
module: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('cli : domain : package-server-script', function(){
);
} catch (e) {
expect(e).to.contain.contain('Unexpected token, expected , (3:19)');
return done();
done();
}
});
});
Expand Down

0 comments on commit a10342b

Please sign in to comment.