mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +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');
|
||||
|
||||
module.exports = {
|
||||
// entry: './src/index.ts',
|
||||
mode: 'production',
|
||||
target: 'node',
|
||||
entry: {
|
||||
index: './src/index.ts',
|
||||
demo: './src/demo/main.ts',
|
||||
// demo: './src/demo/main.ts',
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user