Skip to content

Commit 47d7a4d

Browse files
committed
Use build cache
1 parent ee32e29 commit 47d7a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdb-dashboard/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = (env, argv) => ({
5050
test: /\.js$/,
5151
exclude: /node_modules/,
5252
use: {
53-
loader:"babel-loader",
53+
loader:"babel-loader?cacheDirectory",
5454
options:{
5555
presets: [
5656
["@babel/preset-env"],

0 commit comments

Comments
 (0)