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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2018-07-27 10:19:20 +0800
Commit
03d76f10f6bbd04492bb133c48fc053dc4e790f6
1 parent
f0fbe1b5
rebuild
Show 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 @
03d76f1
...
...
@@ -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 @
03d76f1
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment