rollup-plugin-thatworks

Chmod + Directory Resolver + Shebang Rollup plugins by Harald Rudell

ISC 11 个版本
安装
npm install rollup-plugin-thatworks
yarn add rollup-plugin-thatworks
pnpm add rollup-plugin-thatworks
bun add rollup-plugin-thatworks
README

rollup-plugin-thatworks

© 2018-present Harald Rudell [email protected] (http://www.haraldrudell.com)

Chmod + Directory Resolver + Shebang Rollup plugins by Harald Rudell

rollup-plugin-thatworks 0.1.2+ requires Rollup 1.1+

Node.js 12 ECMAScript modules:

shebang(true): launch using node --experimental-modules

import {chmod, directoryResolver, shebang, debnugPlugin} from 'rollup-plugin-thatworks'
…
 plugins: [
  directoryResolver({paths: 'src'}), // can import from 'dir' instead of '../dir'
  shebang(), // these two creates Node.js executables
  chmod(),
debugPlugin({filename}) // prints lots of hook information

© 2018-present Harald Rudell [email protected] (http://www.haraldrudell.com)

版本列表
1.0.4 2020-03-14
1.0.3 2020-03-14
1.0.2 2020-03-14
1.0.1 2020-03-13
1.0.0 2020-03-13
0.1.2 2019-10-20
0.1.1 2019-08-04
0.1.0 2019-08-04
0.0.3 2019-08-04
0.0.2 2018-11-24
0.0.1 2018-11-24