Files
2026-09-08 20:28:54 +08:00

10 lines
184 B
JavaScript

global.framework = {}
const chainWebpack = require('./chain-webpack')
const configureWebpack = require('./configure-webpack')
module.exports = {
chainWebpack,
configureWebpack
}