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 5c5840c commit 0e13c5eCopy full SHA for 0e13c5e
rollup.config.js
@@ -18,7 +18,6 @@ export default {
18
sourcemap: true,
19
// Indicate here external modules you don't wanna include in your bundle (i.e.: 'lodash')
20
external: function (id) {
21
- // console.log('external stuff', id)
22
return /^(lodash|moment|aws-sdk|rxjs|reflect-metadata)/.test(id)
23
},
24
globals: function (id) {
@@ -27,7 +26,7 @@ export default {
27
26
28
plugins: [
29
json({
30
- include: ['node_modules/aws-sdk/**/*', 'node_modules/winston/**/*'],
+ include: ['node_modules/aws-sdk/**/*'],
31
}),
32
builtins(),
33
// Allow node_modules resolution, so you can use 'external' to control
0 commit comments