Browse Source

Forgot to indent.

pull/293/head
Jeppe Rask 3 years ago
parent
commit
f56fbe5284
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      webpack/plugins/htmlPlugin.js

+ 2
- 2
webpack/plugins/htmlPlugin.js View File

@ -1,6 +1,6 @@
const
path = require('path'),
manifest = require('../manifest'),
path = require('path'),
manifest = require('../manifest'),
HtmlWebpackPlugin = require('html-webpack-plugin');
const titles = {


Loading…
Cancel
Save