From dbdf873ba4da4a63124078bd3abe2fcef2feff67 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 7 Oct 2018 14:11:33 +0200 Subject: [PATCH] transpile mjs (#1746) --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index fec16f8299..cfa32d0693 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -59,7 +59,7 @@ function createConfig(isProdBuild, latestBuild) { module: { rules: [ { - test: /\.js$/, + test: /\.m?js$/, use: { loader: 'babel-loader', options: {