Skip to content

Commit

Permalink
rename _dist_ to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Dec 11, 2020
1 parent 1c09c90 commit 97828ed
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const isTS = fs.existsSync(url.pathToFileURL(path.join(process.cwd(), 'tsconfig.
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: ['@snowpack/plugin-babel', '@snowpack/plugin-dotenv'],
devOptions: {},
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-scripts-preact/snowpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const isTS = fs.existsSync(path.join(cwd, 'tsconfig.json'));
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: ['@snowpack/plugin-babel', '@prefresh/snowpack', '@snowpack/plugin-dotenv'],
installOptions: {
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-scripts-react/snowpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const isTS = fs.existsSync(path.join(cwd, 'tsconfig.json'));
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: [
'@snowpack/plugin-react-refresh',
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-scripts-svelte/snowpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: ['@snowpack/plugin-svelte', '@snowpack/plugin-dotenv'],
};
2 changes: 1 addition & 1 deletion create-snowpack-app/app-scripts-vue/snowpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: ['@snowpack/plugin-vue', '@snowpack/plugin-dotenv'],
};
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-11ty/snowpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
_output: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: [
['@snowpack/plugin-run-script', { cmd: 'eleventy', watch: '$1 --watch' }],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: ['@snowpack/plugin-typescript'],
install: [
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-blank/snowpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: [
/* ... */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: [
'@snowpack/plugin-babel',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: ['@snowpack/plugin-babel', '@snowpack/plugin-dotenv'],
install: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: [
'@snowpack/plugin-dotenv',
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-preact/snowpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: ['@snowpack/plugin-dotenv', '@prefresh/snowpack'],
install: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: [
'@snowpack/plugin-react-refresh',
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-react/snowpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: ['@snowpack/plugin-react-refresh', '@snowpack/plugin-dotenv'],
install: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: [
'@snowpack/plugin-svelte',
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-svelte/snowpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: [
'@snowpack/plugin-svelte',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: [
'@snowpack/plugin-vue',
Expand Down
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-vue/snowpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
mount: {
public: {url: '/', static: true},
src: {url: '/_dist_'},
src: {url: '/dist'},
},
plugins: ['@snowpack/plugin-vue', '@snowpack/plugin-dotenv'],
install: [
Expand Down

0 comments on commit 97828ed

Please sign in to comment.