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 6fbfdfe commit 1fba655Copy full SHA for 1fba655
webpack.common.js
@@ -169,7 +169,9 @@ const config = {
169
170
plugins: [
171
new VueLoaderPlugin(),
172
- new NodePolyfillPlugin(),
+ new NodePolyfillPlugin({
173
+ additionalAliases: ['process'],
174
+ }),
175
new webpack.ProvidePlugin({
176
// Provide jQuery to jquery plugins as some are loaded before $ is exposed globally.
177
// We need to provide the path to node_moduels as otherwise npm link will fail due
0 commit comments