mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
The webpack plugin doesn't really need a separate prod and dev build. It also needs to be ES2015 otherwise we can't extend native classes.
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('./cjs/react-transport-dom-webpack-plugin.js');
|