Browse Source

poty vue folder

vue-folder
glitch4347 9 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({ new CopyPlugin({
patterns: [ patterns: [
{ from: "../react", to: "react" }, { from: "../react", to: "react" },
{ from: "../vue", to: "vue" },
], ],
}) })
], ],

Loading…
Cancel
Save