Skip to content

Commit

Permalink
Deactivate strictDeprecations for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jun 20, 2020
1 parent 75d7324 commit c696c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export default command => {
],
treeshake,
manualChunks: { rollup: ['src/node-entry.ts'] },
strictDeprecations: true,
// TODO set this to `true` again once manualChunks has been moved to the output
strictDeprecations: false,
output: {
banner,
chunkFileNames: 'shared/[name].js',
Expand Down

0 comments on commit c696c1e

Please sign in to comment.