Skip to content

Commit 9eb3134

Browse files
committed
re-enabled node global.
part of the solution for #12
1 parent 244d32d commit 9eb3134

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,5 @@ module.exports = (api, options) => {
158158
webpackConfig.optimization.splitChunks.cacheGroups.vendors.chunks = omitUserScripts
159159
webpackConfig.optimization.splitChunks.cacheGroups.common.chunks = omitUserScripts
160160
}
161-
162-
webpackConfig.node.global = false
163161
})
164162
}

0 commit comments

Comments
 (0)