Vytenis
Vytenis
Oh no - do not add image editor ability. There is plenty of them. Just keep it simple as is now.
good example at: https://github.com/lupoDharkael/flameshot 
Try to set in template config file $config['parser_enabled'] = FALSE; or try this pull request: https://github.com/philsturgeon/codeigniter-template/pull/43
my babel aliases are ``` "alias": { "^@(.+)": "./src/\\1" }, ```
usually such files are named like so ``` .env .env.local .env.production ```
Beta already out
You can always try simple and old html tag ``` Some text... ````
:white_large_square: https://github.com/jdc0589/jsformat-atom/issues/39
Yes, first then I tried this app and so this wait wait wait... I killed that app - thought it stuck or something
``` const esCssModules = require('es-css-modules'); ... { test: /\.s?css$/, use: extractSass.extract({ use: [ { loader: 'css-loader', options: { module: true, sourceMap: true, importLoaders: 1 } }, { loader: 'postcss-loader', options:...