a webpack plugin to remove `use strict` in js file
npm install @cryscheng/webpack-remove-strict-mode-pluginjavascript
const RemoveStrictPlugin = require('webpack-remove-strict-mode-plugin');
new RemoveStrictPlugin({
exclude: '',
extension: ['js'],
}),
``