We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752765e commit 63438efCopy full SHA for 63438ef
webpack.config.js
@@ -86,7 +86,7 @@ if (process.env.NODE_ENV === 'production') {
86
};
87
} else {
88
// development configurations
89
- module.exports.output.filename = 'static/js/[name].js';
+ module.exports.output.filename = 'dist/[name].js';
90
91
module.exports.module.loaders = module.exports.module.loaders.concat([
92
{
0 commit comments