Browse Source

revert: set explicity entry point

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

+ 0
- 1
webpack.config.js View File

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


Loading…
Cancel
Save