1.0.2 • Published 7 years ago

require.import v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

require.import()

add require.import to your list of babel plugins.

usage

require.import('./script.js', (err, Module) => {
  // do stuff with Module
}, /* optional chunk name */)

why not import()/require.ensure()?

tl;dr - fixes this issue

when using with ssr

you need to make sure that you insert content into your html in the following order -

  • server side rendered html
  • main bundle
  • chunks required for the given html (use predictable chunk names to make this easier)
  • a snippet to start the whole app
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago