Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
eb77059e
Commit
eb77059e
authored
Jun 01, 2019
by
Nick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: webpack build error
parent
128717d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
webpack.prod.js
dev/webpack/webpack.prod.js
+2
-2
No files found.
dev/webpack/webpack.prod.js
View file @
eb77059e
...
...
@@ -4,7 +4,7 @@ const fs = require('fs-extra')
const
yargs
=
require
(
'yargs'
).
argv
const
_
=
require
(
'lodash'
)
const
CleanWebpackPlugin
=
require
(
'clean-webpack-plugin'
)
const
{
CleanWebpackPlugin
}
=
require
(
'clean-webpack-plugin'
)
const
CopyWebpackPlugin
=
require
(
'copy-webpack-plugin'
)
const
HtmlWebpackPlugin
=
require
(
'html-webpack-plugin'
)
const
HtmlWebpackPugPlugin
=
require
(
'html-webpack-pug-plugin'
)
...
...
@@ -204,7 +204,7 @@ module.exports = {
filename
:
'../server/views/master.pug'
,
hash
:
false
,
inject
:
false
,
excludeChunks
:
[
'setup'
]
excludeChunks
:
[
'setup'
]
}),
new
HtmlWebpackPlugin
({
template
:
'dev/templates/setup.pug'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment