Skip to content

Commit

Permalink
Merge pull request #366 from bigopon/v2
Browse files Browse the repository at this point in the history
fix(build): update rollup dep, config
  • Loading branch information
EisenbergEffect authored Jan 19, 2019
2 parents 2753a8b + 0c9e029 commit 29911c3
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 29911c3

Please sign in to comment.