webpack.config.js: remove stray tab

Change-Id: I6926b87f03739986965ba82403257e10e99c2777
This commit is contained in:
DannyS712 2021-07-07 06:42:47 +00:00
parent a497098eed
commit 7bfad7e441

View file

@ -2,7 +2,7 @@ const path = require("path");
module.exports = {
module: {
rules: [
rules: [
{
test: /\.js$/,
exclude: /node_modules/,