UNPKG

@autopack/cpack

Version:

📦 基于rollup的JS、TS包构建工具 | One common construction and package tool for JS/TS components based on Rollup 📦

15 lines (13 loc) 276 B
const extensions = ['.js', '.jsx', '.ts', '.tsx', '.vue'] const excludeExtensions = [ 'test.js', 'test.ts', 'test.jsx', 'test.tsx', 'stories.js', 'stories.ts', 'stories.jsx', 'stories.tsx', 'stories.vue' ] module.exports = { extensions, excludeExtensions }