UNPKG

aurelia-bootstrapper-webpack

Version:

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

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