Skip to content

Commit

Permalink
feat: add moment as external
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieterjan Van Saet committed Jan 13, 2022
1 parent 7dba909 commit 4abc56e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"classnames": "~2.2.6"
"rc-slider": "~8.6.1",
"classnames": "~2.2.6",
"moment": "^2.24.0",
"react-input-mask": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/table/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export default {
configFile: "../../babel.config.js"
})
],
external: ['react', 'react-dom', 'classnames', 'react-input-mask'],
external: ['react', 'react-dom', 'classnames', 'moment', 'react-input-mask'],
};

0 comments on commit 4abc56e

Please sign in to comment.