Browse Source

set explicity entry point

master
Jonathan Cobb 4 years ago
parent
commit
cc1aad52fb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      webpack.config.js

+ 1
- 0
webpack.config.js View File

@@ -10,6 +10,7 @@ module.exports = (env) => ({
resolve: {
extensions: ['.js', '.vue'],
},
entry: './src/index.js',
module: {
rules: [
{


Loading…
Cancel
Save