You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// `export * as default from ...` fails on Webpack v4 |
|
// https://github.com/eemeli/yaml/issues/228 |
|
import * as YAML from './dist/index.js' |
|
export default YAML |
|
export * from './dist/index.js'
|
|
|