Skip to content

Commit

Permalink
Adds CI implementation (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-rubio-go authored Feb 14, 2024
1 parent cdf3f51 commit 9008f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.DS_STORE
/dist
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var webpackConfig = {
collapsible_tree: './src/collapsible_tree/collapsible_tree.ts',
},
output: {
filename: 'collapsible_tree.js',
filename: 'bundle.js',
path: path.join(path.resolve(__dirname), '/dist'),
library: '[name]',
libraryTarget: 'umd',
Expand Down

0 comments on commit 9008f70

Please sign in to comment.