diff --git a/webpack.config.js b/webpack.config.js index 820f73d..4f9bd22 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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: {