You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ module.exports = function loader(source) {
52
52
};
53
53
```
54
54
55
-
This approach cause [critical bugs](https://github.com/artemirq/modify-source-webpack-plugin/issues/59) what led to the rejection from this approach (thanks to [@dreamerblue](https://github.com/dreamerblue) for reporting this).
55
+
This approach cause [critical bugs](https://github.com/artembatura/modify-source-webpack-plugin/issues/59) what led to the rejection from this approach (thanks to [@dreamerblue](https://github.com/dreamerblue) for reporting this).
56
56
57
57
Operations it's a new static way to describe how modules should be modified with the capability of proper caching by webpack.
58
58
@@ -237,10 +237,10 @@ new ModifySourcePlugin({
237
237
238
238
#### :boom: Breaking Change
239
239
240
-
-[#55](https://github.com/artemirq/modify-source-webpack-plugin/pull/55) Pass full path instead of filename to modify function. [Issue](https://github.com/artemirq/modify-source-webpack-plugin/issues/53)
240
+
-[#55](https://github.com/artembatura/modify-source-webpack-plugin/pull/55) Pass full path instead of filename to modify function. [Issue](https://github.com/artembatura/modify-source-webpack-plugin/issues/53)
241
241
242
242
#### :nail_care: Enhancement
243
243
244
-
-[#55](https://github.com/artemirq/modify-source-webpack-plugin/pull/55) Support for Webpack 5 and Webpack 4 in one package
244
+
-[#55](https://github.com/artembatura/modify-source-webpack-plugin/pull/55) Support for Webpack 5 and Webpack 4 in one package
245
245
246
-
-[#55](https://github.com/artemirq/modify-source-webpack-plugin/pull/55) Validate incoming options to plugin
246
+
-[#55](https://github.com/artembatura/modify-source-webpack-plugin/pull/55) Validate incoming options to plugin
0 commit comments