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 79eff68 commit fe05209Copy full SHA for fe05209
webpack/webpack.common.js
@@ -4,8 +4,8 @@ const path = require('path');
4
5
module.exports = {
6
entry: {
7
- app: './statik/scripts/app.js',
8
- vendor: './statik/scripts/vendor.js'
+ vendor: './statik/scripts/vendor.js',
+ app: './statik/scripts/app.js'
9
},
10
output: {
11
filename: '[name].js',
0 commit comments