Skip to content

Commit

Permalink
fix(build): update rollup dep, config
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Jan 19, 2019
1 parent 2753a8b commit 0c9e029
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
27 changes: 21 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"requirejs-text": "^2.0.12",
"rimraf": "^2.5.4",
"rollup": "^1.1.0",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-typescript2": "^0.19.2",
"tslint": "5.7.0",
"typedoc": "0.8.0",
"typescript": "^2.5.3"
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default {
}
}
],
inlineDynamicImports: true,
plugins: [
typescript({
tsconfigOverride: {
Expand Down

0 comments on commit 0c9e029

Please sign in to comment.