H5视频代码
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// vue.config.j
|
||||
const { defineConfig } = require('@vue/cli-service');
|
||||
module.exports = defineConfig({
|
||||
// ...
|
||||
configureWebpack: (config) => {
|
||||
config.resolve.fallback = {
|
||||
...config.resolve.fallback,
|
||||
url: false,
|
||||
path: false,
|
||||
fs: false,
|
||||
crypto: false,
|
||||
};
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user