We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7b062 commit 36881c6Copy full SHA for 36881c6
src/plugins/custom-webpack-config.js
@@ -4,7 +4,7 @@ module.exports = (_context, _options) => ({
4
module: {
5
rules: [
6
{
7
- test: /\.csv$/,
+ test: /\.js|\.jsx$/,
8
loader: "csv-loader",
9
options: {
10
dynamicTyping: true,
0 commit comments