Skip to content

Commit fb0cde5

Browse files
filipesilvajohannes.werner
authored and
johannes.werner
committed
chore: cleanup of new files (angular#1388)
1 parent 89f521e commit fb0cde5

File tree

5 files changed

+1
-151
lines changed

5 files changed

+1
-151
lines changed

addon/ng2/commands/test.js

Whitespace-only changes.

addon/ng2/models/webpack-build-test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import * as webpack from 'webpack';
2+
import * as path from 'path';
23
import { CliConfig } from './config';
34

4-
const path = require('path');
5-
65
export const getWebpackTestConfig = function(projectRoot: string, sourceDir: string) {
76
return {
87
devtool: 'inline-source-map',

addon/ng2/tasks/build-watch.ts

-30
This file was deleted.

addon/ng2/tasks/build.ts

-55
This file was deleted.

addon/ng2/tasks/serve.ts

-64
This file was deleted.

0 commit comments

Comments
 (0)