Skip to content

Commit ab7b6c0

Browse files
committed
Fix babel loader paths mathing
1 parent c5a0682 commit ab7b6c0

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
@@ -46,7 +46,7 @@ var webpackConfig = {
4646
test: /\.js$/,
4747
loader: 'babel-loader',
4848
include: [
49-
'./static/js'
49+
path.resolve(__dirname, 'static/js')
5050
]
5151
},
5252
{

0 commit comments

Comments
 (0)