vue scroll table
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user