Skip to content

Commit

Permalink
feat(reflectMetadata): trigger new build with a feature mark
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittwer committed Oct 19, 2017
1 parent 5c5840c commit 0e13c5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default {
sourcemap: true,
// Indicate here external modules you don't wanna include in your bundle (i.e.: 'lodash')
external: function (id) {
// console.log('external stuff', id)
return /^(lodash|moment|aws-sdk|rxjs|reflect-metadata)/.test(id)
},
globals: function (id) {
Expand All @@ -27,7 +26,7 @@ export default {
},
plugins: [
json({
include: ['node_modules/aws-sdk/**/*', 'node_modules/winston/**/*'],
include: ['node_modules/aws-sdk/**/*'],
}),
builtins(),
// Allow node_modules resolution, so you can use 'external' to control
Expand Down

0 comments on commit 0e13c5e

Please sign in to comment.