Commit 36a2f0f7 authored by 神楽坂玲奈's avatar 神楽坂玲奈

动态下载地址

parent 23dd93c0
......@@ -13,7 +13,7 @@ export default {
nodeResolve({jsnext: true, module: true}),
commonjs({
include: ['node_modules/rxjs/**', 'node_modules/js-yaml/**'],
namedExports: {'js-yaml': ['Type', 'Schema', 'FAILSAFE_SCHEMA', 'JSON_SCHEMA', 'CORE_SCHEMA', 'DEFAULT_SAFE_SCHEMA', 'DEFAULT_FULL_SCHEMA', 'load', 'loadAll', 'safeLoad', 'safeLoadAll', 'dump', 'safeDump', 'YAMLException']}
namedExports: {'js-yaml': ['safeLoad']}
}),
uglify()
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment