Skip to content

Commit 5ec9912

Browse files
committed
Made changes to the webpack build options
1 parent aafa98c commit 5ec9912

14 files changed

+1650
-156
lines changed

.DS_Store

2 KB
Binary file not shown.

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# nano-typescript
22
Super fast and lightweight 2D graphics library for TypeScript.
33

4-
```npm start``` to run Webpack dev server on http://localhost:3000
4+
```npm run dev``` to run Webpack dev server on http://localhost:3000
5+
6+
```npm run release``` to build production files to the release folder

dev/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<title>Nano TypeScript</title>
4+
<title>Nano TypeScript - Development Mode</title>
55
</head>
66
<body>
77
<div id="nano-root" />

dev/nano.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/nano.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)