We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7665c7e commit 0d3e3e6Copy full SHA for 0d3e3e6
README.md
@@ -32,7 +32,7 @@ pnpm add --save-dev @winner-fed/webpack5-remove-use-strict-plugin
32
### CommonJS 方式
33
34
```js
35
-const Webpack5RemoveUseStrictPlugin = require('@winner-fed/webpack5-remove-use-strict-plugin').default;
+const Webpack5RemoveUseStrictPlugin = require('@winner-fed/webpack5-remove-use-strict-plugin');
36
37
module.exports = {
38
// ... 其他 webpack 配置
0 commit comments