Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ydoc-plugin-import-asset

ymfe37ISC1.0.1

Import js and css files in the page.import-assert is the default plugin in the ydoc.

readme

ydoc-plugin-import-asset

Import js and css files in the page.import-assert is the default plugin in the ydoc.

Usage

In the ydoc config file, configuration:

{
  pluginsConfig: {
    'import-asset': {
      css: 'custom.css',
      js:  'custom.js'
    }
  }
}