1.0.3 • Published 1 year ago

sdk-replace-webpack-plugin v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

使用webpack打包后的文件,可能我们想替换打包文件的部分字符。如:antd->hw

使用方法

 const ReplaceWebpackPlugin = require('sdk-replace-webpack-plugin');

 new ReplaceWebpackPlugin([
    {
        from: /antd/g,
        to: 'hw'
    }
 ])
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago