Added react example

This commit is contained in:
Micah Godbolt
2019-02-15 16:55:03 -08:00
parent a7abd33140
commit b90e710ba0
7 changed files with 306 additions and 25 deletions

View File

@@ -41,6 +41,11 @@ module.exports = function() {
}
},
exclude: /node_modules/
},
{
test: /\.css$/,
use: ['style-loader', 'css-loader'],
exclude: /node_modules/
}
]
},