Skip to content

Commit df676cc

Browse files
authored
Gen branch (#9)
* Generate lib using babel * resolve node_modules
1 parent c0e49f3 commit df676cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const config = {
5454
path.resolve('./src'),
5555
],
5656
modules: [
57-
path.resolve(__dirname, 'node_modules'),
57+
'./node_modules',
5858
path.resolve(__dirname, 'src'),
5959
],
6060
},

0 commit comments

Comments
 (0)