Closed wangpf110 closed 1 year ago
this is error in node_modules
error in ./node_modules/@vue/repl/dist/vue-repl.js
I add babel-loader
to repl
in vue.config.js
configureWebpack: { module: { rules: [ { test: /repl[\\/].*\.js$/, loader: 'babel-loader', }, ], }, },
but another error
These dependencies were not found:
To install them, you can run: npm install --save atpl babel-core bracket-template coffee-script dot dustjs-linkedin eco ect haml-coffee hamlet hamljs handlebars hogan.js htmling jazz jqtpl just liquor marko mote mustache plates ractive react react-dom/server slm squirrelly teacup/lib/express templayed toffee twig twing underscore vash velocityjs walrus whiskers
I have the same problem
We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.
please help me , how to config repl loader?