UNPKG

@nx/vite

Version:

The Nx Plugin for building and testing applications using Vite

24 lines (23 loc) 595 B
"use strict"; function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: all[name] }); } _export(exports, { VitePluginOptions: function() { return _plugin.VitePluginOptions; }, createDependencies: function() { return _plugin.createDependencies; }, createNodes: function() { return _plugin.createNodes; }, createNodesV2: function() { return _plugin.createNodesV2; } }); const _plugin = require("./src/plugins/plugin"); //# sourceMappingURL=plugin.js.map