1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

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

View File

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