We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee32e29 commit 47d7a4dCopy full SHA for 47d7a4d
packages/tdb-dashboard/webpack.config.js
@@ -50,7 +50,7 @@ module.exports = (env, argv) => ({
50
test: /\.js$/,
51
exclude: /node_modules/,
52
use: {
53
- loader:"babel-loader",
+ loader:"babel-loader?cacheDirectory",
54
options:{
55
presets: [
56
["@babel/preset-env"],
0 commit comments