Skip to content

Commit

Permalink
fix output path for bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Steiger committed Nov 19, 2018
1 parent 3f982fc commit 9347fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = (env) => {
output: {
// wrap external dependencies with an AMD loader
libraryTarget: 'umd',
path: __dirname,
filename: 'resources/ui/[name]Bundle.js',
},
module: {
Expand Down

0 comments on commit 9347fb7

Please sign in to comment.