Skip to content

Commit cbfa789

Browse files
committed
fix webpack,change import to require for js version
1 parent d602aed commit cbfa789

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import path from 'path';
1+
const path = require('path');
2+
23
module.exports = {
34
entry: './dist/background/chatgpt/chatgpt.js',
45
output: {

0 commit comments

Comments
 (0)