UNPKG

210 BTypeScriptView Raw
1/**
2 * Check webpack availability and version at run time instead of using peerDependencies to allow
3 * usage of build tools that contains webpack as their own dependency, like Create React App.
4 */
5export {};