mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-27 00:06:55 +00:00
Remove unnecessary build dependency
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ module.exports = {
|
||||
test: /\.css$/,
|
||||
loader: ExtractTextPlugin.extract(
|
||||
'style-loader',
|
||||
'css-loader?localIdentName=[hash:base64:5]!postcss-loader'
|
||||
'css-loader?module&localIdentName=[hash:base64:5]!postcss-loader'
|
||||
)
|
||||
},
|
||||
{
|
||||
@@ -23,5 +23,5 @@ module.exports = {
|
||||
plugins: [
|
||||
new ExtractTextPlugin('react-web-sdk.css')
|
||||
],
|
||||
postcss: [ autoprefixer, localcss ]
|
||||
postcss: [ autoprefixer ]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user