mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-15 18:54:56 -04:00
Fixed popovers in Bootstrap v4
This commit is contained in:
parent
d166dda229
commit
5a7bb092c7
5 changed files with 12 additions and 245 deletions
|
@ -70,16 +70,6 @@ module.exports = {
|
|||
]
|
||||
})
|
||||
},
|
||||
{
|
||||
test: /\.less$/,
|
||||
use: ExtractTextPlugin.extract({
|
||||
use: [
|
||||
{ loader: "css-loader?minimize" },
|
||||
{ loader: "postcss-loader" },
|
||||
{ loader: "less-loader" }
|
||||
]
|
||||
})
|
||||
},
|
||||
{
|
||||
test: /\.(ico|eot|ttf|woff|woff2)$/,
|
||||
loader: "url-loader",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue