mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-05 08:01:49 +01:00
plugin provider clean up
This commit is contained in:
parent
31c7843ab5
commit
491a185cb3
10 changed files with 18 additions and 18 deletions
|
|
@ -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'
|
||||
})
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue