haraldrudell / rollup-plugin-thatworks

Chmod + Directory Resolver + Shebang Rollup plugins by Harald Rudell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rollup-plugin-thatworks

© 2018-present Harald Rudell harald.rudell@gmail.com (http://www.haraldrudell.com)

Chmod + Directory Resolver + Shebang Rollup plugins by Harald Rudell

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

© 2018-present Harald Rudell harald.rudell@gmail.com (http://www.haraldrudell.com)

About

Chmod + Directory Resolver + Shebang Rollup plugins by Harald Rudell

License:Other


Languages

Language:JavaScript 100.0%