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 0ccfd0e commit c1086f6Copy full SHA for c1086f6
webpack/config.examples.js
@@ -22,7 +22,7 @@ module.exports = [
22
module: {
23
rules: [
24
{
25
- test: /\.js$/,
+ test: /\.[jt]sx?$/,
26
exclude: /node_modules/,
27
loader: 'babel-loader',
28
options: {
0 commit comments