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.
|
12345 |
- // `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'
|