mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
refactor(sw) add directory
This commit is contained in:
parent
ff9834cf24
commit
90c96791be
4 changed files with 20 additions and 17 deletions
|
|
@ -50,7 +50,7 @@ const rules = clean([
|
|||
const plugins = [
|
||||
new EnvironmentPlugin(['NODE_ENV']),
|
||||
new ServiceWorkerWebpackPlugin({
|
||||
entry: join(__dirname, '../client', 'sw.js'),
|
||||
entry: join(__dirname, '..', 'client', 'sw', 'sw.js'),
|
||||
}),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue