Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit 141998c

Browse files
authored
Update webpack.config.js
fix indentation
1 parent 9d48043 commit 141998c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/success/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const FriendlyErrorsWebpackPlugin = require('../../../index');
22

33
module.exports = {
4-
mode: 'development',
4+
mode: 'development',
55
entry: __dirname + "/index.js",
66
output: {
77
path: __dirname + "/dist",

0 commit comments

Comments
 (0)