mirror of
https://github.com/liriliri/eruda.git
synced 2026-05-20 08:47:20 +08:00
refactor: use chobitsu
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
eruda: {
|
||||
library: 'https://raw.githubusercontent.com/liriliri/fione/master/',
|
||||
library: ['fione', 'node_modules/eustia-module'],
|
||||
files: 'src/**/*.js',
|
||||
ignore: 'src/**/stringify.js',
|
||||
output: 'src/lib/util.js',
|
||||
@@ -8,6 +8,7 @@ module.exports = {
|
||||
format: 'es'
|
||||
},
|
||||
test: {
|
||||
library: ['node_modules/eustia-module'],
|
||||
files: ['test/*.js', 'test/*.html'],
|
||||
exclude: ['js'],
|
||||
namespace: 'util',
|
||||
|
||||
Reference in New Issue
Block a user