Skip to content

Commit 0e13c5e

Browse files
feat(reflectMetadata): trigger new build with a feature mark
1 parent 5c5840c commit 0e13c5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rollup.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default {
1818
sourcemap: true,
1919
// Indicate here external modules you don't wanna include in your bundle (i.e.: 'lodash')
2020
external: function (id) {
21-
// console.log('external stuff', id)
2221
return /^(lodash|moment|aws-sdk|rxjs|reflect-metadata)/.test(id)
2322
},
2423
globals: function (id) {
@@ -27,7 +26,7 @@ export default {
2726
},
2827
plugins: [
2928
json({
30-
include: ['node_modules/aws-sdk/**/*', 'node_modules/winston/**/*'],
29+
include: ['node_modules/aws-sdk/**/*'],
3130
}),
3231
builtins(),
3332
// Allow node_modules resolution, so you can use 'external' to control

0 commit comments

Comments
 (0)