Adjust pagination/scrolling

This commit is contained in:
gconsidine
2018-01-24 15:52:31 -05:00
committed by Jake McDermott
parent cc36ee6bed
commit e5187e4ac8
4 changed files with 123 additions and 68 deletions

View File

@@ -20,16 +20,18 @@ const watch = {
output: {
filename: OUTPUT
},
module: {
rules: [
{
test: /\.js$/,
enforce: 'pre',
exclude: /node_modules/,
loader: 'eslint-loader'
}
]
},
/*
*module: {
* rules: [
* {
* test: /\.js$/,
* enforce: 'pre',
* exclude: /node_modules/,
* loader: 'eslint-loader'
* }
* ]
*},
*/
plugins: [
new HtmlWebpackHarddiskPlugin(),
new HardSourceWebpackPlugin({