mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Update WebUI to show unique items as a different color, and with a drop-shadow
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.(js|jsx|es6)$/,
|
||||
loader: 'babel-loader',
|
||||
query: {
|
||||
options: {
|
||||
compact: false,
|
||||
minified: false,
|
||||
},
|
||||
@@ -42,5 +42,4 @@ module.exports = {
|
||||
publicPath: '/',
|
||||
filename: '[name].bundle.js',
|
||||
},
|
||||
devtool: 'source-map',
|
||||
};
|
||||
|
Reference in New Issue
Block a user