We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3880070 commit b4dfc60Copy full SHA for b4dfc60
Makefile
@@ -10,7 +10,7 @@ build:
10
@$(webpack) --prod --standalone
11
12
test:
13
- @$(mocha) -u tdd -R mocha-spec-cov -r blanket
+ @$(mocha) -u tdd -r blanket
14
15
test-watch:
16
@$(mocha) -u tdd -R min -w
index.js renamed to lib/core.js
webpack.config.js
@@ -24,7 +24,7 @@ if (isProd) {
24
25
module.exports = {
26
entry: {
27
- 'formula': './index'
+ 'formula': './core'
28
},
29
output: {
30
path: __dirname,
0 commit comments