mirror of
https://github.com/home-assistant/frontend.git
synced 2026-09-14 04:30:37 +01:00
transpile mjs (#1746)
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ function createConfig(isProdBuild, latestBuild) {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
test: /\.m?js$/,
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user