Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
{"version":1,"resource":"file:///Users/tqvuong/works/personal/air-ticket-frontend/src/views/Login/index.tsx","entries":[{"id":"gWs8.tsx","timestamp":1652621214530},{"id":"R6GC.tsx","timestamp":1652621458370},{"id":"FthC.tsx","timestamp":1652622396701},{"id":"zf8S.tsx","timestamp":1652622570381},{"id":"v3Q1.tsx","timestamp":1652622617782},{"id":"cbNa.tsx","timestamp":1652622647420},{"id":"zS5u.tsx","timestamp":1652622701548},{"id":"WQLt.tsx","timestamp":1652622896580},{"id":"Udfj.tsx","timestamp":1652622913832},{"id":"W4cb.tsx","timestamp":1652623137706},{"id":"dX3U.tsx","timestamp":1652751047590}]} |
Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
import React from "react"; | |
import ReactDOM from "react-dom"; | |
import configureStore from "./store/configureStore"; | |
const store = configureStore(); | |
const rootEl = document.getElementById("root"); |
"use strict"; | |
// Load plugins | |
const autoprefixer = require("autoprefixer"); | |
const browsersync = require("browser-sync").create(); | |
const cp = require("child_process"); | |
const cssnano = require("cssnano"); | |
const del = require("del"); | |
const eslint = require("gulp-eslint"); | |
const gulp = require("gulp"); |