mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-25 08:09:59 +08:00
Moved jQuery to use NPM and fixed some asset refs
This commit is contained in:
@ -4,6 +4,7 @@ const dev = process.env.NODE_ENV !== 'production';
|
||||
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
|
||||
|
||||
const config = {
|
||||
target: 'web',
|
||||
mode: dev? 'development' : 'production',
|
||||
entry: {
|
||||
app: './resources/assets/js/index.js',
|
||||
|
Reference in New Issue
Block a user