mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 13:40:59 +00:00
7 lines
292 B
JavaScript
7 lines
292 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const webpack_1 = require("@nx/webpack");
|
|
const with_react_1 = require("./with-react");
|
|
const plugin = (0, webpack_1.composePlugins)((0, webpack_1.withNx)(), (0, with_react_1.withReact)());
|
|
module.exports = plugin;
|