mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 05:48:17 +00:00
fix: rm demo in lib
This commit is contained in:
parent
389eaf7104
commit
55630d6347
@ -3,11 +3,11 @@ const nodeExternals = require('webpack-node-externals');
|
|||||||
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
|
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// entry: './src/index.ts',
|
mode: 'production',
|
||||||
target: 'node',
|
target: 'node',
|
||||||
entry: {
|
entry: {
|
||||||
index: './src/index.ts',
|
index: './src/index.ts',
|
||||||
demo: './src/demo/main.ts',
|
// demo: './src/demo/main.ts',
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user