couple fixes to the dialog close button

* add back in button.css (broken with f5aa008)
* remove a redundant .png file-loader which apparently caused the .png
  asset to not load properly (broken with f5aa008)
This commit is contained in:
Scott Lamb 2018-04-28 06:39:29 -07:00
parent a5528e1c02
commit f2888e2b32
2 changed files with 1 additions and 4 deletions

View File

@ -32,6 +32,7 @@
import $ from 'jquery';
import 'jquery-ui/themes/base/button.css';
import 'jquery-ui/themes/base/core.css';
import 'jquery-ui/themes/base/dialog.css';
import 'jquery-ui/themes/base/theme.css';

View File

@ -73,10 +73,6 @@ module.exports = (env, args) => {
},
],
},
{
test: /\.png$/,
use: ['file-loader'],
},
{
// Load css and then in-line in head
test: /\.css$/,