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 63c0162 commit 5bd1ba2Copy full SHA for 5bd1ba2
example/webpack.config.js
@@ -42,25 +42,7 @@ const config = {
42
test: /\.jsx?$/,
43
loader: 'babel-loader',
44
exclude: /node_modules/,
45
- include: [path.resolve('src')],
46
- query: {
47
- babelrc: false,
48
- presets: [
49
- "react",
50
- ["env", {
51
- "targets": {
52
- "browsers": "last 2 versions"
53
- },
54
- "loose": true,
55
- "modules": "commonjs"
56
- }]
57
- ],
58
- "plugins": [
59
- "transform-decorators",
60
- "transform-class-properties",
61
- "transform-object-rest-spread"
62
- ]
63
- }
+ include: [path.resolve('src')]
64
},
65
{
66
test: /\.css$/,
0 commit comments