Skip to content

Commit adb4b22

Browse files
committed
production without sourcemap
1 parent efec514 commit adb4b22

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Join the chat at https://gitter.im/web-minecraft/community](https://badges.gitter.im/web-minecraft/community.svg)](https://gitter.im/web-minecraft/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
[![Discord](https://img.shields.io/badge/chat-on%20discord-brightgreen.svg)](https://discord.gg/h6DQzDx2G7)
55

6-
<img src="src/client/assets/images/logo.png" alt="screen6" width="100%">
76

87
## About
98

@@ -33,7 +32,7 @@ npm run server
3332

3433
### OPTION 1: Development setup
3534
```bash
36-
#Start node server with webpack middleware (That will start webserver at http://localhost:8080)
35+
#Start node server with webpack middleware
3736
npm run dev
3837

3938
```
@@ -46,12 +45,12 @@ npm run clean
4645
#Building app bundle
4746
npm run build
4847

49-
#Start node server and serve bundle files (That will start webserver ad http://localhost:8080)
48+
#Start node server and serve bundle files
5049
npm start
5150

5251
```
5352

5453
### Screenshots
55-
[<img src="https://i.ibb.co/BLyct2H/Screenshot-from-2021-01-27-21-20-23.png" alt="screen6" width="100%">](https://i.ibb.co/BLyct2H/Screenshot-from-2021-01-27-21-20-23.png)
56-
[<img src="https://i.ibb.co/jzZVrT2/Screenshot-from-2021-01-27-21-13-37.png" alt="screen6" width="100%">](https://i.ibb.co/jzZVrT2/Screenshot-from-2021-01-27-21-13-37.png)
57-
[<img src="https://i.ibb.co/tKmnJ8D/Screenshot-from-2021-01-27-21-16-12.png" alt="screen6" width="100%">](https://i.ibb.co/tKmnJ8D/Screenshot-from-2021-01-27-21-16-12.png)
54+
[<img src="https://i.ibb.co/BLyct2H/Screenshot-from-2021-01-27-21-20-23.png" alt="screen6" width="300">](https://i.ibb.co/BLyct2H/Screenshot-from-2021-01-27-21-20-23.png)
55+
[<img src="https://i.ibb.co/jzZVrT2/Screenshot-from-2021-01-27-21-13-37.png" alt="screen6" width="300">](https://i.ibb.co/jzZVrT2/Screenshot-from-2021-01-27-21-13-37.png)
56+
[<img src="https://i.ibb.co/tKmnJ8D/Screenshot-from-2021-01-27-21-16-12.png" alt="screen6" width="300">](https://i.ibb.co/tKmnJ8D/Screenshot-from-2021-01-27-21-16-12.png)

src/client/webpack.prod.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ merge=require "webpack-merge"
33
common=require "#{__dirname}/webpack.common.coffee"
44
webpack=require "webpack"
55
module.exports=merge.merge common,
6-
devtool: 'source-map'
76
mode: "production"
87
plugins:[
98
new webpack.DefinePlugin {

0 commit comments

Comments
 (0)