UNPKG

babel-plugin-runtyper

Version:

Babel plugin for runtime type-checking in JavaScript

15 lines (12 loc) 226 B
const path = require('path'); module.exports = { mode: 'none', entry: './test/setup.js', output: { filename: 'test/setup.bundle.js', path: path.resolve('.temp') }, optimization: { nodeEnv: false } };