mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Proper fix for mjs to hassio too
This commit is contained in:
parent
dbdf873ba4
commit
b2dc0ac819
@ -15,7 +15,7 @@ module.exports = {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
test: /\.m?js$/,
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user