1
0

fixed a few sorting, rpp and view persistence issues with grid view

This commit is contained in:
Art Lowel
2018-04-26 10:57:12 +02:00
parent 545145a759
commit 994c089925
23 changed files with 208 additions and 96 deletions

View File

@@ -13,6 +13,9 @@ module.exports = {
output: {
path: root('dist')
},
watchOptions: {
aggregateTimeout: 500,
},
module: {
rules: [{
test: /\.ts$/,