UNPKG

dynamic-public-path

Version:

webpack plugin for loading chunks & dependencies with dynamic public path.

8 lines (6 loc) 177 B
import a from './a'; import b from './b'; export default { normalFunctions: ()=>[a, b], onDemanFunctions: ()=> Promise.all([System.import('./c'), System.import('./d')]) };