Browse Source

poty vue folder

vue-folder
glitch4347 2 months ago
parent
commit
fbc412fee4
  1. 1
      build/webpack.base.conf.js

1
build/webpack.base.conf.js

@ -13,6 +13,7 @@ module.exports = {
new CopyPlugin({
patterns: [
{ from: "../react", to: "react" },
{ from: "../vue", to: "vue" },
],
})
],

Loading…
Cancel
Save