UNPKG

runasjs-prismjs-plugin

Version:

runJavascript is a prism js plugin which will run the javascript inside the code block.

10 lines (9 loc) 214 B
import {terser} from "rollup-plugin-terser"; export default { input:"runAsJsSrc/runAsJs.js", output:{ file: 'dist/runAsJs/js/runAsJs.min.js', format: 'iife' }, plugins: [terser()] }