Skip to content

Commit

Permalink
Fixed external dependencies in bundle;
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Jun 5, 2019
1 parent 20514e6 commit 44d04c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
}
],

external: ["react", "prop-types", "cnbuilder", "react-draggable"],
external: ["react", "prop-types", "cnbuilder", "react-draggable", "zoom-level"],

plugins: [
ts({
Expand Down

0 comments on commit 44d04c4

Please sign in to comment.