Index.html introduces layer.js error report Unexpected token in vue project <

Picture description

Mar.05,2021

webpackd-dev-server can't find the file. Go back to index.html, and try / assets/js/layer/layer.js

.

clipboard.png
I have no problem with this

build/webpack.dev.conf.js should be the relationship between these lines of code

new CopyWebpackPlugin([
      {
        from: path.resolve(__dirname, '../static'),
        to: config.dev.assetsSubDirectory,
        ignore: ['.*']
      }
    ])
Menu