mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:41:25 +08:00
Don't redefine process
variable (#6991)
Don't redefine `process` variable
This commit is contained in:
commit
1385e624b8
@ -59,7 +59,7 @@ export default ({ configDir, configType, entries, dll, outputDir, cache, babelOp
|
||||
new Dotenv({ silent: true }),
|
||||
// graphql sources check process variable
|
||||
new DefinePlugin({
|
||||
process: { browser: true, env: stringified },
|
||||
'process.env': stringified,
|
||||
NODE_ENV: JSON.stringify(process.env.NODE_ENV),
|
||||
}),
|
||||
// See https://github.com/graphql/graphql-language-service/issues/111#issuecomment-306723400
|
||||
|
@ -59,7 +59,7 @@ export default ({
|
||||
template: require.resolve(`../templates/index.ejs`),
|
||||
}),
|
||||
new DefinePlugin({
|
||||
process: { browser: true, env: stringified },
|
||||
'process.env': stringified,
|
||||
NODE_ENV: JSON.stringify(process.env.NODE_ENV),
|
||||
}),
|
||||
isProd ? null : new WatchMissingNodeModulesPlugin(nodeModulesPaths),
|
||||
|
Loading…
x
Reference in New Issue
Block a user