mirror of
https://github.com/maputnik/editor.git
synced 2026-04-17 15:00:15 +00:00
Improved zoom styling and fixed zoom in/out button styling.
This commit is contained in:
@@ -17,9 +17,15 @@ module.exports = [
|
||||
use: 'file-loader?name=[name].[ext]'
|
||||
},
|
||||
{
|
||||
test: /\.(svg|gif|jpg|png)$/,
|
||||
test: /\.(gif|jpg|png)$/,
|
||||
use: 'file-loader?name=img/[name].[ext]'
|
||||
},
|
||||
{
|
||||
test: /\.svg$/,
|
||||
use: [
|
||||
'svg-inline-loader'
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /[\/\\](node_modules|global|src)[\/\\].*\.scss$/,
|
||||
use: [
|
||||
|
||||
Reference in New Issue
Block a user