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) 171 B
'use strict'; process.env.BABEL_ENV = 'production'; process.env.NODE_ENV = 'production'; const { runBuild } = require('../../core/webpack.build.js'); runBuild();