Skip to content

Commit

Permalink
chore: update example.webpack.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Jul 7, 2023
1 parent 379bc85 commit b03859b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 0 additions & 7 deletions example.webpack.config.js

This file was deleted.

9 changes: 9 additions & 0 deletions example.webpack.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import getWebpackConfig from '@apex/webpack-config';

export default getWebpackConfig('example', function () {
return {
entry: {
app: './index.ts',
},
};
});

0 comments on commit b03859b

Please sign in to comment.