mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
chore: remove stringifyUtil.js
This commit is contained in:
@@ -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
@@ -1,4 +1,4 @@
|
||||
import { stringifyAll } from './stringifyUtil'
|
||||
import stringifyAll from 'licia/stringifyAll'
|
||||
|
||||
onmessage = function(e) {
|
||||
const [id, obj, options] = e.data
|
||||
|
||||
Reference in New Issue
Block a user