UNPKG

tpa-style-webpack-plugin

Version:

A Webpack plugin that handles wix tpa styles, it separates static css file that injects dynamic style at runtime.

12 lines (10 loc) 336 B
// The following code is compiled `export * from './dist/runtime/fakeMain';` in order to support commonjs var fakeMain = require('./dist/runtime/fakeMain'); Object.keys(fakeMain).forEach(function(key) { Object.defineProperty(exports, key, { enumerable: true, get: function get() { return fakeMain[key]; } }); });