Skip to content

Pilot for naive approach to accept compilations by command line

Pre-release
Pre-release
Compare
Choose a tag to compare
@hmsk hmsk released this 27 Apr 06:10
· 86 commits to main since this release
v3.1.0-0
39a75fe
  • Accepts compiler.command on plugin options
    • The option expects a function which takes targets: string[] and returns a command to show compilation's result in stdout
    • { compiler: { command: (targets) => `npx elm-optimize-level2 -O3 --output elm.js ${target[0]} > /dev/null && cat elm.js`
      
  • Update devDependencies

v3.0.1...v3.1.0-0