mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
transpile mjs (#1746)
This commit is contained in:
parent
1b70b6e88c
commit
dbdf873ba4
@ -59,7 +59,7 @@ function createConfig(isProdBuild, latestBuild) {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
test: /\.m?js$/,
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user