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 c0385a6 commit a6f3114Copy full SHA for a6f3114
packages/server/webpack.config.js
@@ -14,8 +14,8 @@ module.exports = merge(
14
loader: "string-replace-loader",
15
options: {
16
multiple: [{
17
- search: "const Onig(.*) = .*onig_scanner\.node.*\.(.*)",
18
- replace: "const Onig$1 = __non_webpack_require__(global.ONIG_LOCATION).$2;",
+ search: "const Onig(.*) = .*onig_scanner\.node.*\.Onig(.*)",
+ replace: "const Onig$1 = __non_webpack_require__(global.ONIG_LOCATION).Onig$2;",
19
flags: "g",
20
}],
21
},
0 commit comments