Skip to content

Instantly share code, notes, and snippets.

@aduth
Last active March 14, 2020 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aduth/fe13f34505a47119bfcd444de7de748f to your computer and use it in GitHub Desktop.
Save aduth/fe13f34505a47119bfcd444de7de748f to your computer and use it in GitHub Desktop.
Snowpack Strict + "type: module" incompatibility
import log from './log.js';
log();
export default () => console.log( 'Ok' );
{
"name": "pika-strict-type-module",
"main": "index.js",
"type": "module",
"version": "1.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment