0.1.4 • Published 2 years ago

esbuild-plugin-coolscript v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

esbuild-plugin-coolscript

Usage

  1. Install the Plugin
npm install esbuild-plugin-coolscript
  1. Now you can import *.cool or *.js files from javascript, as as modules!:
import { helloWorld } from './hello';

Development

Use pnpm instead of npm.

To build and watch source for changes and type errors:

pnpm start

To build the package for deployment:

pnpm build

License

MIT License