diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-03-08 00:53:56 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-07 08:53:56 -0500 |
commit | 0473d832c138a7acc25372441cfa01848e6b9915 (patch) | |
tree | 94c920433911fd05772fc85cd1efb06d3da894d0 /rollup.config.js | |
parent | 535037b519711d238dc0bfa2c4d2ffb4b17dec53 (diff) |
Cleanup node_modules, update packages (#1894)
And fix new lint issues.
Diffstat (limited to 'rollup.config.js')
-rw-r--r-- | rollup.config.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rollup.config.js b/rollup.config.js index 6c1b3f03b..ad3d9059b 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -220,10 +220,7 @@ export default function makeConfig(commandOptions) { resolveGenerated(), // Allows rollup to resolve modules based on Node.js resolution - nodeResolve({ - jsnext: true, - main: true - }), + nodeResolve(), // Allows rollup to import CommonJS modules commonjs({ |