Move playground style rules into stylesheet

This commit is contained in:
adroitwhiz 2019-03-24 03:03:51 -04:00
parent 2f14126d0b
commit 3e710e66ec
4 changed files with 19 additions and 8 deletions

View file

@ -51,7 +51,7 @@ module.exports = [
new CopyWebpackPlugin([
{
context: 'src/playground',
from: '*.html'
from: '*'
}
])
])