Fix to playglound

This commit is contained in:
Paulo Gustavo Veiga 2021-10-02 11:21:59 -07:00
parent 78d3136b92
commit 29a8043c3a

View File

@ -21,7 +21,7 @@
}, },
"scripts": { "scripts": {
"build": "webpack --config webpack.prod.js", "build": "webpack --config webpack.prod.js",
"test": "webpack serve --config webpack.playground.js", "playground": "webpack serve --config webpack.playground.js",
"start": "webpack serve --config webpack.dev.js" "start": "webpack serve --config webpack.dev.js"
}, },
"dependencies": { "dependencies": {