Skip to content

Commit c369726

Browse files
author
Dominic Coelho
committed
remove commented out part of webpack config
1 parent 33772bb commit c369726

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webpack.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ module.exports = {
1111
rules: [
1212
{
1313
test: /\.js$/,
14-
// include: ['index.js', 'src', 'example/assets', 'example/src'].map(
15-
// name => path.resolve(__dirname, name)
16-
// ),
1714
use: {
1815
loader: 'babel-loader',
1916
options: {

0 commit comments

Comments
 (0)