We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f641212 commit 5d8f4fdCopy full SHA for 5d8f4fd
webpack/config.examples.js
@@ -52,7 +52,7 @@ module.exports = [
52
module: {
53
rules: [
54
{
55
- test: /\.[jt]s$/,
+ test: /\.[jt]sx?$/,
56
exclude: /node_modules/,
57
loader: 'babel-loader',
58
options: {
@@ -82,7 +82,7 @@ module.exports = [
82
83
84
85
86
87
88
webpack/config.server.js
@@ -35,7 +35,7 @@ module.exports = {
35
36
37
38
39
40
41
0 commit comments