UNPKG

@smoud/playable-scripts

Version:

Accelerate HTML5 playable ad development and production across different ad networks, with a single tool, which offering both a streamlined CLI and a flexible API.

8 lines (5 loc) 167 B
'use strict'; process.env.BABEL_ENV = 'development'; process.env.NODE_ENV = 'development'; const { runDev } = require('../../core/webpack.dev.js'); runDev();