Skip to content

Commit 72ca77a

Browse files
committed
Fix webpack config file for COI development environment
1 parent de7382e commit 72ca77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/duckdb-wasm-app/webpack.debug.corp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import config from './webpack.app.debug.js';
1+
import config from './webpack.debug.js';
22

33
export default {
44
...config,

0 commit comments

Comments
 (0)