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 909c6da commit f51ad74Copy full SHA for f51ad74
scripts/rollup/build.js
@@ -182,12 +182,16 @@ let getRollupInteropValue = id => {
182
// Specifying `interop: 'default'` instead will have Rollup use the imported variable as-is,
183
// without adding a `.default` to the reference.
184
const modulesWithCommonJsExports = [
185
- 'JSResourceReferenceImpl',
186
- 'error-stack-parser',
187
'art/core/transform',
188
'art/modes/current',
189
'art/modes/fast-noSideEffects',
190
'art/modes/svg',
+ 'JSResourceReferenceImpl',
+ 'error-stack-parser',
191
+ 'neo-async',
192
+ 'webpack/lib/dependencies/ModuleDependency',
193
+ 'webpack/lib/dependencies/NullDependency',
194
+ 'webpack/lib/Template',
195
];
196
197
if (modulesWithCommonJsExports.includes(id)) {
0 commit comments