Skip to content

Commit

Permalink
Fix webpack errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Nov 16, 2023
1 parent d3007fb commit aa9ca1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module.exports = (env, argv) => {
return {
context: __dirname, // to automatically find tsconfig.json
devtool: devMode ? 'eval-cheap-module-source-map' : 'source-map',
entry: './src/codap-plugin-api.tsx',
devtool: 'source-map',
entry: './src/codap-plugin-api.ts',
mode: 'development',
output: {
filename: 'codap-plugin-api.js',
Expand Down

0 comments on commit aa9ca1a

Please sign in to comment.