No need for urbitrc to be a dotfile
This commit is contained in:
parent
474f20a36b
commit
ebc74f20cc
@ -9,4 +9,4 @@
|
|||||||
|
|
||||||
`gall-app` contains the code for the gall app. The initial skeleton was created using `create-landscape-app`,
|
`gall-app` contains the code for the gall app. The initial skeleton was created using `create-landscape-app`,
|
||||||
with some slight modifications. `npm run build`/`npm run serve` and the `.urbitrc` file work as described
|
with some slight modifications. `npm run build`/`npm run serve` and the `.urbitrc` file work as described
|
||||||
in the documentation for `create-landscape-app`.
|
in the documentation for `create-landscape-app` (although `.urbitrc` is renamed to `urbitrc`, no-dot).
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
// const HtmlWebpackPlugin = require('html-webpack-plugin');
|
// const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||||
// const { CleanWebpackPlugin } = require('clean-webpack-plugin');
|
// const { CleanWebpackPlugin } = require('clean-webpack-plugin');
|
||||||
const urbitrc = require('./.urbitrc');
|
const urbitrc = require('./urbitrc');
|
||||||
const fs = require('fs-extra');
|
const fs = require('fs-extra');
|
||||||
|
|
||||||
function copy(src,dest) {
|
function copy(src,dest) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
|
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
|
||||||
const urbitrc = require('./.urbitrc');
|
const urbitrc = require('./urbitrc');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
|
Loading…
Reference in New Issue
Block a user