Skip to content

Commit

Permalink
fix(config): update webpack.js to be compatible with webpack@2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias authored and dignifiedquire committed Mar 22, 2017
1 parent f9fac25 commit e82ae5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.js
Expand Up @@ -19,7 +19,7 @@ const shared = {
output: {
filename: entry.split('/').pop(),
library: libraryName,
path: 'dist'
path: path.join(process.cwd(), '/dist')
},
resolve: {
modules: [
Expand Down

0 comments on commit e82ae5f

Please sign in to comment.