Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-07-27 10:20:29 +0800
Commit
f3be5fbfdb738b6632e6e2d0c743d7e3720bb78a
2 parents
af7c6fed
03d76f10
Merge branch 'hotfix/pwa' into 'gray'
rebuild See merge request
!1492
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
public/build/webpack.sw.config.js
public/static/sw.js
public/build/webpack.sw.config.js
View file @
f3be5fb
...
...
@@ -13,7 +13,7 @@ module.exports = {
target
:
'webworker'
,
module
:
{
rules
:
[{
test
:
/
\.
(
js|mjs
)
$/
,
test
:
/
\.
js
$/
,
include
:
[
path
.
join
(
__dirname
,
'../../node_modules/workbox-sw'
),
path
.
join
(
__dirname
,
'../js'
)],
use
:
'babel-loader'
}]
...
...
public/static/sw.js
View file @
f3be5fb
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment