mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 17:47:51 +08:00
17 lines
408 B
Plaintext
17 lines
408 B
Plaintext
{
|
|
"presets": "Configured to solve this problem http://stackoverflow.com/questions/32211649/debugging-with-webpack-es6-and-babel",
|
|
"presets": [
|
|
["es2015", {
|
|
"modules": false
|
|
}],"stage-1"
|
|
],
|
|
"plugins": [
|
|
"transform-runtime",
|
|
[
|
|
"transform-es2015-modules-commonjs-simple", {
|
|
"noMangle": true
|
|
}
|
|
]
|
|
]
|
|
}
|