core-app-worona
Advanced tools
Comparing version 1.5.28 to 1.5.29
@@ -8,4 +8,4 @@ import { spawn } from 'child-process-promise'; | ||
await spawn('webpack', [], { stdio: 'inherit' }); | ||
console.log('\n=> Reading bundle.js.\n'); | ||
const bundle = await readFile('bundle.js'); | ||
// console.log('\n=> Reading bundle.js.\n'); | ||
// const bundle = await readFile('bundle.js'); | ||
console.log('=> Deleting old index.html.\n'); | ||
@@ -15,10 +15,10 @@ await remove('index.html'); | ||
await copy('index-template.html', 'index.html'); | ||
console.log('=> Replacing index.html.\n'); | ||
await replace({ | ||
files: 'index.html', | ||
from: /###JAVASCRIPT###/, | ||
to: bundle, | ||
}) | ||
// console.log('=> Replacing index.html.\n'); | ||
// await replace({ | ||
// files: 'index.html', | ||
// from: /###JAVASCRIPT###/, | ||
// to: bundle, | ||
// }) | ||
} | ||
build(); |
{ | ||
"name": "core-app-worona", | ||
"version": "1.5.28", | ||
"version": "1.5.29", | ||
"description": "Core Package of Worona App", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
349886