mirror of
https://github.com/home-assistant/frontend.git
synced 2026-09-13 20:20:48 +01:00
Proper fix for mjs to hassio too
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
test: /\.m?js$/,
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user