This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/next/dist/build/webpack-config.js b/node_modules/next/dist/build/webpack-config.js | |
index 5fe4dd5..a13e97a 100644 | |
--- a/node_modules/next/dist/build/webpack-config.js | |
+++ b/node_modules/next/dist/build/webpack-config.js | |
@@ -736,7 +736,7 @@ async function getBaseWebpackConfig(dir, { buildId , config , dev =false , isSer | |
)) { | |
return false; | |
} | |
- return /node_modules/.test(excludePath); | |
+ return /node_modules|tableau-react/.test(excludePath); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const withPlugins = require('next-compose-plugins'); | |
const withImages = require('next-images'); | |
const path = require('path'); | |
const withOffline = require('next-offline'); | |
const withCSS = require('@zeit/next-css'); | |
const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin'); | |
const withPurgeCss = require('next-purgecss'); | |
const { | |
PHASE_PRODUCTION_BUILD, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-07-19T22:10:22.929Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Tawk_API = Tawk_API || {}, | |
Tawk_LoadStart = new Date(); | |
(function() { | |
var s1 = document.createElement("script"), | |
s0 = document.getElementsByTagName("script")[0]; | |
s1.async = true; | |
s1.src = "https://embed.tawk.to/5c993bd56bba460528ff8e3c/default"; | |
s1.charset = "UTF-8"; | |
s1.setAttribute("crossorigin", "*"); | |
s0.parentNode.insertBefore(s1, s0); |