Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(webpack_config/config): fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Jul 11, 2017
1 parent 3d2a29b commit c014cd9
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions webpack_config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,60 +2,6 @@
const path = require('path')

module.exports = {
<<<<<<< HEAD
port: 3000,
title: 'React-Semantic.UI-Starter',
publicPath: '/',
srcPath: path.join(__dirname, './../common'),
// add these dependencies to a standalone vendor bundle
vendor: [
'react',
'react-dom',
'react-router',
'redux',
'react-router-redux',
'redux-thunk',
'semantic-ui-react',
'whatwg-fetch',
'semantic-ui-css/semantic.css',
'offline-plugin/runtime',
'prop-types'
],
// enable babelrc
babel: {
babelrc: true
},
// your web app's manifest.json
manifest: {
name: 'React-Semantic.UI-Starter',
short_name: 'RSUIS',
description: 'https://github.com/Metnew/react-semantic.ui-starter',
icons: [
{
src: 'images/touch/icon-128x128.png',
sizes: '128x128',
type: 'image/png'
}, {
src: 'images/touch/apple-touch-icon.png',
sizes: '152x152',
type: 'image/png'
}, {
src: 'images/touch/ms-touch-icon-144x144-precomposed.png',
sizes: '144x144',
type: 'image/png'
}, {
src: 'images/touch/chrome-touch-icon-192x192.png',
sizes: '192x192',
type: 'image/png'
}
],
start_url: '.',
display: 'standalone',
background_color: '#f7f7f7',
theme_color: '#1b1c1d'
},
cssModules: true
=======
port: process.env.PORT || 3000,
title: 'React-Semantic.UI-Starter',
publicPath: '/' ,
Expand Down Expand Up @@ -119,5 +65,4 @@ module.exports = {
background_color: '#f7f7f7',
theme_color: '#009688'
}
>>>>>>> master
}

0 comments on commit c014cd9

Please sign in to comment.