transpile mjs (#1746)

This commit is contained in:
Paulus Schoutsen 2018-10-07 14:11:33 +02:00 committed by GitHub
parent 1b70b6e88c
commit dbdf873ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ function createConfig(isProdBuild, latestBuild) {
module: {
rules: [
{
test: /\.js$/,
test: /\.m?js$/,
use: {
loader: 'babel-loader',
options: {