Remove standalone.js and broken navigation
This commit is contained in:
parent
220d00a330
commit
81516c9ffe
3 changed files with 3 additions and 9 deletions
|
@ -4,7 +4,7 @@ const merge = require('webpack-merge');
|
|||
|
||||
module.exports = merge(common, {
|
||||
mode: 'development',
|
||||
entry: './scripts/standalone.js',
|
||||
entry: './scripts/site.js',
|
||||
devtool: 'source-map',
|
||||
module: {
|
||||
rules: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue