Fixed typo in webpack.config.dev.js (#3601)

Replaced `it's` with `its`
This commit is contained in:
Nils Magnus Englund
2017-12-15 19:17:33 +01:00
committed by Joe Haddad
parent a1c5b8f705
commit bd682de1f6

View File

@@ -220,7 +220,7 @@ module.exports = {
// that fall through the other loaders.
{
// Exclude `js` files to keep "css" loader working as it injects
// it's runtime that would otherwise processed through "file" loader.
// its runtime that would otherwise processed through "file" loader.
// Also exclude `html` and `json` extensions so they get processed
// by webpacks internal loaders.
exclude: [/\.(js|jsx|mjs)$/, /\.html$/, /\.json$/],