feat: reduce number of steps needed to get going for local development (#454)
* feat: reduce number of steps to get going for local development * fix: set default sync server in SNJS * chore: keep --force in submodules command
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const path = require('path');
|
||||
const webpack = require('webpack');
|
||||
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
||||
require('dotenv').config();
|
||||
|
||||
module.exports = (env = {
|
||||
platform: 'web'
|
||||
@@ -68,6 +69,9 @@ module.exports = (env = {
|
||||
},
|
||||
{
|
||||
test: /\.html$/,
|
||||
exclude: [
|
||||
path.resolve(__dirname, 'index.html'),
|
||||
],
|
||||
use: [
|
||||
{
|
||||
loader: 'ng-cache-loader',
|
||||
|
||||
Reference in New Issue
Block a user