Skip to content

Commit

Permalink
[core] Improve the DX when iterating on components
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 15, 2020
1 parent 35dae27 commit 88de73f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const workspaceRoot = path.join(__dirname, '../');
const reactMode = 'legacy';

module.exports = {
typescript: {
// Motivated by https://github.com/zeit/next.js/issues/7687
ignoreDevErrors: true,
},
webpack: (config, options) => {
const plugins = config.plugins.concat([
new webpack.DefinePlugin({
Expand Down

0 comments on commit 88de73f

Please sign in to comment.