UNPKG

aurelia-bootstrapper-webpack

Version:

Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.

17 lines (14 loc) 432 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _aureliaBootstrapperWebpack = require('./aurelia-bootstrapper-webpack'); Object.keys(_aureliaBootstrapperWebpack).forEach(function (key) { if (key === "default" || key === "__esModule") return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _aureliaBootstrapperWebpack[key]; } }); });