Commit bd682de1 authored by Nils Magnus Englund's avatar Nils Magnus Englund Committed by Joe Haddad
Browse files

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

Replaced `it's` with `its`
parent a1c5b8f7
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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$/],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment