mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-23 06:51:27 +00:00
add loadz0r
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import loadz0r from 'rollup-plugin-loadz0r';
|
||||
import resolve from 'rollup-plugin-node-resolve';
|
||||
import replace from 'rollup-plugin-replace';
|
||||
import commonjs from 'rollup-plugin-commonjs';
|
||||
@@ -14,6 +15,7 @@ export default {
|
||||
input: config.client.input(),
|
||||
output: config.client.output(),
|
||||
plugins: [
|
||||
loadz0r({ publicPath: 'client' }),
|
||||
resolve(),
|
||||
replace({
|
||||
'process.browser': true,
|
||||
|
||||
Reference in New Issue
Block a user