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
dependabot-preview[bot] 4ba522a598
Bump axios-logger from 2.3.0 to 2.3.1
Bumps [axios-logger](https://github.com/hg-pyun/axios-intercept-logger) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/hg-pyun/axios-intercept-logger/releases)
- [Changelog](https://github.com/hg-pyun/axios-logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hg-pyun/axios-intercept-logger/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-14 21:54:07 +00:00
..
src add image sample and remove axios-curlirize 2020-02-13 15:31:49 -05:00
.gitignore Add nodejs app 2020-01-31 15:18:58 -05:00
README.md Add nodejs app 2020-01-31 15:18:58 -05:00
backpack.config.js Add nodejs app 2020-01-31 15:18:58 -05:00
package-lock.json Add nodejs app 2020-01-31 15:18:58 -05:00
package.json Bump axios-logger from 2.3.0 to 2.3.1 2020-02-14 21:54:07 +00:00
tsconfig.json Add nodejs app 2020-01-31 15:18:58 -05:00
yarn.lock Add nodejs app 2020-01-31 15:18:58 -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.