0.1.4 • Published 4 years ago
esbuild-plugin-coolscript v0.1.4
esbuild-plugin-coolscript
Usage
- Install the Plugin
npm install esbuild-plugin-coolscript- 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 startTo build the package for deployment:
pnpm buildLicense
MIT License