kibana/webpackShims
Spencer 9bdbc260c6 [webpack] upgrade to @elastic/webpack-directory-name-as-main v2 (#9601)
* [webpack] upgrade to @elastic/webpack-directory-name-as-main v2

* bump @elastic/webpack-directory-name-as-main

* import browser mocha with webpackShim

`import 'mocha'` will resolve to `mocha/index.js`, which points to
`mocha/lib/mocha.js`, the node version of mocha. This will not work in
the browser.

Since ng_mock is browser code, we need the mocha build for the browser,
which lives at `mocha/mocha.js`. This isn't referenced at all in the
package.json file, but is references in the bower.json file. Webpack,
however, doesn't observe the bower config, so we need to specifically
reach into the mocha package and point to the `mocha/mocha.js` file.
2016-12-22 09:32:03 -07:00
..
ace.js [webpackShims] support contextual module overrides in the webpack build 2015-08-17 23:23:26 -07:00
angular.js Be explicit about starting to route 2015-11-24 09:32:04 -08:00
elasticsearch-browser.js [webpack] enforce using elasticsearch-browser 2016-02-05 10:23:07 -07:00
elasticsearch.js [webpack] enforce using elasticsearch-browser 2016-02-05 10:23:07 -07:00
gridster.js [webpackShims] support contextual module overrides in the webpack build 2015-08-17 23:23:26 -07:00
jquery.js [rename] hunt down remaining non-snake path refs 2016-02-24 14:18:21 -08:00
leaflet.js [webpackShims] support contextual module overrides in the webpack build 2015-08-17 23:23:26 -07:00
lodash.js [webpackShims] support contextual module overrides in the webpack build 2015-08-17 23:23:26 -07:00
mocha.js [webpack] upgrade to @elastic/webpack-directory-name-as-main v2 (#9601) 2016-12-22 09:32:03 -07:00
moment-timezone.js Add support for global timezones. Closes #1600 2015-10-16 17:52:06 -05:00
moment.js [webpackShims] support contextual module overrides in the webpack build 2015-08-17 23:23:26 -07:00
numeral.js [numeral] actually export shimmed module 2015-09-18 18:29:18 -07:00
sinon.js [webpackShims] support contextual module overrides in the webpack build 2015-08-17 23:23:26 -07:00
ui-bootstrap.js Replace compiled angular-bootstrap file with original HTML and JS source files. 2016-07-05 12:27:20 -07:00