This commit is contained in:
Lars Jung 2020-02-19 18:56:23 +01:00
parent 8889ac4e2e
commit ce939c3115
1 changed files with 1 additions and 1 deletions

2
ghu.js
View File

@ -15,7 +15,7 @@ const WEBPACK_CFG = {
module: {
rules: [
{
test: /.js$/,
test: /\.js$/,
use: {
loader: 'babel-loader',
options: {