A babel preset for building Metal.js projects that automatically resolves imports into full paths.
This is a babel preset that sets the resolveModuleSource
option to a function that converts imports that are neither relative nor absolute (i.e. start with neither "/" nor ".") to real paths relative to node_modules
{
"preset": ["metal-resolve-source"]
}