Skip to content

FredKSchott/imba-snowpack

Repository files navigation

Create Snowpack Imba App

Available Scripts

npm start or yarn start

The above command runs snowpack dev along with imbac --watch -o public/ src/ I'm using the imbac command as a work around until I can get snowpack to do the bundling.

Todos

  • I need to figure out how to load the imba compiler into snowpack.
  • Alternatively use imba rollup plugin. I also couldn't get that to work on first try.

Maybe there needs to be some changes made to the compiler.

Current Errors

If I try to import any imba module, and use it I get the following error.

error// require is not defined

References

Imba snowpack references

Imba original References

Snowpack References

About

Implementation of Imba with Snowpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published