Skip to content

Commit

Permalink
🔧 chore: 修正构架配置
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 8, 2022
1 parent 337168e commit fda5d6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sortable-list/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ const config = require('../../webpack.config');

module.exports = {
...config,
entry: {
index: './src/index.ts',
'index.min': './src/index.ts',
},
output: {
...config.output,
library: 'SortableList',
Expand Down

0 comments on commit fda5d6e

Please sign in to comment.