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 54b4e06 commit 010d0bcCopy full SHA for 010d0bc
webpack.config.js
@@ -34,6 +34,7 @@ const path = require('path');
34
*/
35
module.exports = [
36
{
37
+ mode: 'production',
38
entry: {
39
'libs': path.resolve(__dirname, 'public/js/libs.js'),
40
},
0 commit comments