Draw random lines, display FPS counter

This commit is contained in:
2018-03-31 01:50:39 -04:00
parent b51fbf3e7f
commit 434578cebc
3 changed files with 25 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ module.exports = {
filename: '[name].css',
}),
],
devtool: 'cheap-module-eval-source-map',
devServer: {
contentBase: path.join(__dirname, 'dist'),
host: '0.0.0.0',