aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-03-08 00:33:20 -0500
committerDeterminant <ted.sybil@gmail.com>2019-03-08 00:33:20 -0500
commit41ecf87dfeab564bd0ab59e652123b7450d6a8ef (patch)
treea530ffbeb7128ce6de7a011dd7cc63e03f3b74a2 /webpack.config.js
parente0a4f8eeeb3a60ad5cac0f78694df29c1f27c943 (diff)
add transition animation
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 601c856..18bb0c0 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -27,6 +27,7 @@ module.exports = (env, argv) => {
},
{
test: /\.js$/,
+ exclude: /node_modules/,
use: ["source-map-loader"],
enforce: "pre"
},