remove unused codes and update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const root = path.resolve(__dirname, '..');
|
||||
const root = process.cwd();
|
||||
const packageJsonPath = path.join(root, 'package.json');
|
||||
const ngswConfigPath = path.join(root, 'ngsw-config.json');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user