calendar compoment

This commit is contained in:
nixa 2016-05-06 12:09:53 +03:00
parent 8fe294bd34
commit 0381585a0d
9 changed files with 862 additions and 2 deletions

View file

@ -166,6 +166,9 @@ module.exports = {
* See: http://webpack.github.io/docs/configuration.html#plugins
*/
plugins: [
new webpack.ResolverPlugin(
new webpack.ResolverPlugin.DirectoryDescriptionFilePlugin('bower.json', ['main'])
),
/*
* Plugin: ForkCheckerPlugin
@ -233,6 +236,8 @@ module.exports = {
"L": "leaflet",
"Chart": "chart.js",
"Chartist": "chartist",
"fullcalendar": "fullcalendar",
"moment": "moment",
"EasyPieChart": "easy-pie-chart"
})
],