rapidoc-core
Advanced tools
Comparing version 0.0.1-alfa.2 to 0.0.1-alfa.3
{ | ||
"name": "rapidoc-core", | ||
"version": "0.0.1-alfa.2", | ||
"version": "0.0.1-alfa.3", | ||
"description": "", | ||
@@ -16,3 +16,8 @@ "main": "dist/rapidoc-core.js", | ||
"license": "ISC", | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.6", | ||
"babel-loader": "^8.1.0", | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11" | ||
}, | ||
"dependencies": { | ||
@@ -19,0 +24,0 @@ "lodash": "^4.17.15" |
@@ -10,2 +10,11 @@ const path = require('path'); | ||
}, | ||
module: { | ||
rules: [ | ||
{ | ||
test: /\.js?$/, | ||
exclude: /(node_modules)/, | ||
use: 'babel-loader', | ||
}, | ||
], | ||
}, | ||
optimization: { | ||
@@ -12,0 +21,0 @@ minimize: false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
32512
1353027
4