Skip to content

Commit 36881c6

Browse files
fix error
1 parent 2e7b062 commit 36881c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/custom-webpack-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = (_context, _options) => ({
44
module: {
55
rules: [
66
{
7-
test: /\.csv$/,
7+
test: /\.js|\.jsx$/,
88
loader: "csv-loader",
99
options: {
1010
dynamicTyping: true,

0 commit comments

Comments
 (0)