This commit is contained in:
7
library/build/vuePlugins/providePlugin/index.ts
Normal file
7
library/build/vuePlugins/providePlugin/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// @ts-ignore
|
||||
const Webpack = require('webpack')
|
||||
const { providePlugin } = require('../../../../src/config')
|
||||
|
||||
module.exports = {
|
||||
createProvidePlugin: () => [new Webpack.ProvidePlugin(providePlugin)],
|
||||
}
|
||||
Reference in New Issue
Block a user