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
c7631b30
Commit
c7631b30
authored
Jul 03, 2020
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: missing modernizr in webpack prod
parent
52125eee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
webpack.prod.js
dev/webpack/webpack.prod.js
+6
-1
No files found.
dev/webpack/webpack.prod.js
View file @
c7631b30
...
...
@@ -179,6 +179,10 @@ module.exports = {
outputPath
:
'fonts/'
}
}]
},
{
loader
:
'webpack-modernizr-loader'
,
test
:
/
\.
modernizrrc
\.
js$/
}
]
},
...
...
@@ -261,7 +265,8 @@ module.exports = {
// Duplicates fixes:
'apollo-link'
:
path
.
join
(
process
.
cwd
(),
'node_modules/apollo-link'
),
'apollo-utilities'
:
path
.
join
(
process
.
cwd
(),
'node_modules/apollo-utilities'
),
'uc.micro'
:
path
.
join
(
process
.
cwd
(),
'node_modules/uc.micro'
)
'uc.micro'
:
path
.
join
(
process
.
cwd
(),
'node_modules/uc.micro'
),
'modernizr$'
:
path
.
resolve
(
process
.
cwd
(),
'client/.modernizrrc.js'
)
},
extensions
:
[
'.js'
,
...
...
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