This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/packages/siaviewnode-server
PJ b0e4ff6863 Update routes 2020-01-28 12:31:56 +01:00
..
src Update routes 2020-01-28 12:31:56 +01:00
.gitignore Improve logging 2020-01-22 20:59:26 +01:00
README.md add files 2019-12-03 16:08:23 -05:00
backpack.config.js add files 2019-12-03 16:08:23 -05:00
package-lock.json Add axios logging 2020-01-23 20:12:16 +01:00
package.json Add axios logging 2020-01-23 20:12:16 +01:00
tsconfig.json Improve logging 2020-01-22 20:59:26 +01:00
yarn.lock add files 2019-12-03 16:08:23 -05:00

README.md

Custom Webpack Configuration With Typescript Example

How to use

Download the example (or clone the whole project)[https://github.com/palmerhq/backpack.git]:

curl https://codeload.github.com/palmerhq/backpack/tar.gz/master | tar -xz --strip=2 backpack-master/examples/with-typescript
cd with-typescript

Install it and run:

npm install
npm run dev

Idea behind the example

This demonstrates how to customize the underlying Webpack 2 configuration in a Backpack project using a backpack.config.js file. The app itself is exactly the same project as the Webpack configuration example. However, the express application is written in TypeScript.