move all to src

beta
cybafelo 2020-04-20 10:18:01 +02:00
parent c49dad2242
commit 59ad976761
5 changed files with 5 additions and 5130 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
node_modules
*.swp

1
.gitignore vendored Symbolic link
View File

@ -0,0 +1 @@
src/.gitignore

View File

@ -1,2 +0,0 @@
[R3 v2.0]

1
README.md Symbolic link
View File

@ -0,0 +1 @@
src/README.md

5094
package-lock.json generated

File diff suppressed because it is too large Load Diff

1
package-lock.json generated Symbolic link
View File

@ -0,0 +1 @@
src/package-lock.json

View File

@ -1,21 +0,0 @@
{
"name": "r3",
"version": "2.0.0",
"description": "",
"private": true,
"dependencies": {
"webpack": "^4.41.6"
},
"devDependencies": {
"gulp": "^4.0.2",
"webpack-cli": "^3.3.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --webpack-config.js",
"watch": "webpack --webpack-config.js --watch"
},
"keywords": [],
"author": "",
"license": "ISC"
}

1
package.json Symbolic link
View File

@ -0,0 +1 @@
src/package.json

View File

@ -1,11 +0,0 @@
const path = require('path');
module.exports = {
entry: './src/index.js',
output: {
filename: 'r3.js',
path: path.resolve(__dirname, 'dist')
},
mode: 'development',
devtool: 'inline-source-map'
}

1
webpack.config.js Symbolic link
View File

@ -0,0 +1 @@
src/webpack.config.js