plugin provider clean up

This commit is contained in:
nixa 2016-05-17 18:26:49 +03:00
parent 31c7843ab5
commit 491a185cb3
10 changed files with 18 additions and 18 deletions

View file

@ -138,11 +138,11 @@ module.exports = {
},
{
test: /\.woff(2)?(\?v=.+)?$/, loader: "url-loader?limit=10000&mimetype=application/font-woff"
test: /\.woff(2)?(\?v=.+)?$/, loader: 'url-loader?limit=10000&mimetype=application/font-woff'
},
{
test: /\.(ttf|eot|svg)(\?v=.+)?$/, loader: "file-loader"
test: /\.(ttf|eot|svg)(\?v=.+)?$/, loader: 'file-loader'
},
{
@ -239,15 +239,8 @@ module.exports = {
jQuery: 'jquery',
$: 'jquery',
jquery: 'jquery',
"Tether": 'tether',
"window.Tether": "tether",
"GoogleMapsLoader": "google-maps",
"L": "leaflet",
"Chart": "chart.js",
"Chartist": "chartist",
"fullcalendar": "fullcalendar",
"moment": "moment",
"EasyPieChart": "easy-pie-chart"
'Tether': 'tether',
'window.Tether': 'tether'
})
],