UNPKG

parcel-bundler

Version:

Blazing fast, zero configuration web application bundler

5 lines (4 loc) 120 B
// loading a CSS style is a no-op in Node.js module.exports = function loadCSSBundle() { return Promise.resolve(); };