changed webpack path
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
yarn.lock
|
yarn.lock
|
||||||
dist/
|
dist/
|
||||||
|
build/
|
||||||
@@ -59,5 +59,10 @@ module.exports = (env) => {
|
|||||||
template: 'src/index.html'
|
template: 'src/index.html'
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
output: {
|
||||||
|
filename: '[name].bundle.js',
|
||||||
|
path: path.resolve(__dirname, 'build'),
|
||||||
|
clean: true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user