@zsviczian/rollup-plugin-postprocess
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1070,3 +1070,3 @@ var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; | ||
name: 'postprocess', | ||
transformBundle(code, { | ||
renderChunk(code, { | ||
sourceMap, | ||
@@ -1073,0 +1073,0 @@ format |
@@ -1072,3 +1072,3 @@ var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; | ||
name: 'postprocess', | ||
transformBundle(code, { | ||
renderChunk(code, { | ||
sourceMap, | ||
@@ -1075,0 +1075,0 @@ format |
{ | ||
"name": "@zsviczian/rollup-plugin-postprocess", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Find-and-replace postprocessing for Rollup output.", | ||
@@ -45,3 +42,3 @@ "main": "dist/rollup-plugin-postprocess.js", | ||
"eslint-config-developit": "^1.2.0", | ||
"microbundle": "^0.12.4", | ||
"microbundle": "^0.12.3", | ||
"nyc": "^15.1.0" | ||
@@ -48,0 +45,0 @@ }, |
@@ -1,7 +0,1 @@ | ||
I got tired of `npm install brettz9/rollup-plugin-postprocess#update --save-dev` and created my own identical fork with @brettz9's fix | ||
More info here: https://github.com/developit/rollup-plugin-postprocess/issues/10 | ||
--- | ||
# rollup-plugin-postprocess [![npm](https://img.shields.io/npm/v/rollup-plugin-postprocess.svg?style=flat)](https://www.npmjs.org/package/rollup-plugin-postprocess) [![travis](https://travis-ci.org/developit/rollup-plugin-postprocess.svg?branch=master)](https://travis-ci.org/developit/rollup-plugin-postprocess) | ||
@@ -8,0 +2,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
230714
67