mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Added putputs for client and server
This commit is contained in:
11
build/webpack.server.config.js
Normal file
11
build/webpack.server.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const path = require('path')
|
||||
const webpack = require('webpack')
|
||||
const merge = require('webpack-merge')
|
||||
const base = require('./webpack.base.config')
|
||||
|
||||
module.exports = merge(base, {
|
||||
target: 'node',
|
||||
output: {
|
||||
filename: 'ssr.index.js'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user