karma-rollup-preprocessor:Karma预处理程序以使用汇总捆绑ES模块

时间:2024-05-25 10:46:57
【文件属性】:

文件名称:karma-rollup-preprocessor:Karma预处理程序以使用汇总捆绑ES模块

文件大小:50KB

文件格式:ZIP

更新时间:2024-05-25 10:46:57

karma rollup karma-preprocessor JavaScript

Karma预处理程序使用捆绑ES模块。 特征 当监视的依赖项发生更改时,将对文件进行重新捆绑 缓存捆绑输出以提高性能 保持与 通过 安装 npm install karma-rollup-preprocessor 配置 详细介绍的所有选项都可以传递给rollupPreprocessor 。 标准 以下是使用一个有理有据的建议ES2015 transpiler: // karma.conf.js module . exports = function ( config ) { config . set ( { files : [ /** * Make sure to disable Karma’s file watcher * because the preprocessor will use its own. */ { pattern : 'te


【文件预览】:
karma-rollup-preprocessor-master
----.eslintrc(398B)
----.babelrc(270B)
----lib()
--------index.js(3KB)
----.travis.yml(254B)
----test()
--------t4.ts(188B)
--------fixtures()
--------t1.js(464B)
--------t3.js(174B)
--------t2.js(474B)
----.prettierrc(103B)
----LICENSE.md(1KB)
----README.md(3KB)
----.gitignore(22B)
----karma.conf.js(2KB)
----CHANGELOG.md(10KB)
----package-lock.json(135KB)
----package.json(1KB)

网友评论