From a4364fe630adbd2bc0387424c36d7fddf6b57bdf Mon Sep 17 00:00:00 2001 From: merceyz Date: Sat, 3 Aug 2019 03:58:01 +0200 Subject: [PATCH] [docs] Fix build on windows --- docs/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/next.config.js b/docs/next.config.js index 9f3b590daca108..14ffdf19549fda 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -83,7 +83,7 @@ module.exports = withTypescript({ // transpile 3rd party packages with dependencies in this repository { test: /\.(js|mjs|jsx)$/, - include: /node_modules\/(material-table|notistack|@material-ui\/pickers)/, + include: /node_modules(\/|\\)(material-table|notistack|@material-ui(\/|\\)pickers)/, use: { loader: 'babel-loader', options: {