Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Fix snowpack babel error #38

Merged
merged 2 commits into from
Feb 9, 2020
Merged

Fix snowpack babel error #38

merged 2 commits into from
Feb 9, 2020

Commits on Feb 9, 2020

  1. Fix snowpack babel error

    Snowpack released 1.2.0 which changed their babel plugin logic a bit. https://github.com/pikapkg/snowpack/pull/189/files#diff-dbcfdbbaf972e7b385fa6fcb270a59d9R60
    
    Since we use their babel plugin, this broke our babel transform step.
    
    Fixed by using the new `importMap` option and specifying where to look for it.
    jacobdeichert committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    a7ef68f View commit details
    Browse the repository at this point in the history
  2. Fix snapshots

    jacobdeichert committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    5c395c5 View commit details
    Browse the repository at this point in the history