vue scroll table

This commit is contained in:
Sebastian Frank
2017-08-24 19:28:53 +02:00
parent 06db9fa762
commit fb7a1f5660
7 changed files with 158 additions and 22 deletions

View File

@@ -34,7 +34,11 @@ if (env === 'production') {
// Main Settings config
module.exports = {
entry: entryPoint,
entry: [
'intersection-observer',
'babel-polyfill',
entryPoint
],
devtool: 'source-map',
output: {
path: exportPath,