UNPKG

gridiron-example

Version:

Example webpack project for gridiron and related components. Showcases what can be done with gridiron.

4 lines (3 loc) 111 B
import 'babel-polyfill' import make from './webpack/make' export default [ make('static'), make('vendor') ]