Skip to content
Snippets Groups Projects
Commit 921d284c authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Integrate rollup-plugin-json in rollup config

parent 6380ac8a
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ import copy from 'rollup-plugin-copy'; ...@@ -6,6 +6,7 @@ import copy from 'rollup-plugin-copy';
import serve from 'rollup-plugin-serve'; import serve from 'rollup-plugin-serve';
import consts from 'rollup-plugin-consts'; import consts from 'rollup-plugin-consts';
import url from "rollup-plugin-url"; import url from "rollup-plugin-url";
import json from 'rollup-plugin-json';
const pkg = require('./package.json'); const pkg = require('./package.json');
const build = (typeof process.env.BUILD !== 'undefined') ? process.env.BUILD : 'local'; const build = (typeof process.env.BUILD !== 'undefined') ? process.env.BUILD : 'local';
...@@ -31,6 +32,7 @@ export default { ...@@ -31,6 +32,7 @@ export default {
commonjs({ commonjs({
include: 'node_modules/**' include: 'node_modules/**'
}), }),
json(),
url({ url({
limit: 0, limit: 0,
include: [ include: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment