chore: remove stringifyUtil.js

This commit is contained in:
redhoodsu
2019-09-01 11:02:34 +08:00
parent 24a2d407c8
commit cc4515f22d
3 changed files with 1 additions and 2245 deletions

View File

@@ -7,11 +7,6 @@ module.exports = {
exclude: ['createCfg'],
format: 'es'
},
stringify: {
files: 'src/lib/stringifyWorker.js',
output: 'src/lib/stringifyUtil.js',
format: 'es'
},
test: {
files: ['test/*.js', 'test/*.html'],
exclude: ['js'],

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
import { stringifyAll } from './stringifyUtil'
import stringifyAll from 'licia/stringifyAll'
onmessage = function(e) {
const [id, obj, options] = e.data